@charset "utf-8";
@media (min-device-width: 320px) and (max-width: 689px),
(max-device-width: 480px) {
  	input[type="button"],
  	input[type="submit"] {
    	vertical-align: middle;
    	cursor: pointer;
  	}

	input[type=button],
	input[type=text],
	input[type=password] {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		outline: none;
	}

	article, aside, dialog,
	footer, header, section,
	nav, figure, menu {
		display: block;
		margin: 0 auto;
	}

  	/* qita */
  	body {
    	-webkit-text-size-adjust: 100%;
  	}
	

	.main,
	.w1280, .w1200, .w1000 {
		width: 10rem;
	}

	.j-mob-mask {
		position: fixed;
		z-index: 2;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: transparent;
		display: none;
		overflow: hidden;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.fl,
	.fr {
		float: none;
	}

	/* hide */
	.j-nav,
	.j-banner1-pc,
	.j-banner1-gun-pc,
	.j-banner1-pc,
	.j-banner2-pc,
	.j-banner3-pc,
	.j-keyword,
	.j-special,
	.j-d2sub,
	.j-p3,
	.j-p4,
	.j-p5,
	.j-p2a .right-wrap,
	.j-p2b .right-wrap,
	.j-p2c .right-wrap {
		display: none !important;
	}

	/* header */
	.j-header {
		height: auto;
		padding-bottom: 0.15rem;
		padding-top: 5px;
	}

	.j-header .logo {
		margin-top: 0px;
	}

	.j-header .logo img {
		width: 35%;
	}
	
	.j-header .logo a:first-child img {
		width: 20%;
	}

	.j-header .logo a {
		margin: 0 10px;
	}

	.j-header .nav-mob {
		display: block;
	}

	.j-header .nav-mob li.menu {
		display: block;
		background: url(../images/menu.png) no-repeat;
		width: 28px;
		height: 26px;
		float: left;
		margin-left: 1%;
		background-size: 65% auto;
		margin-top: 10px;
	}

	.j-header .content {
		padding-bottom: 0px;
		padding-top: 0px;
		position: static;
		width: 10rem !important;
	}

	.j-header .content .left {
		float: none;
		width: 99%;
	}

	.j-header .content .left .share {
		float: right;
	}

	.j-header .content .left .sidenav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background: #f5f5f7;
		width: 5.9rem;
		height: 100vh;
		padding-top: 1.6em;
		transform: translateX(-5.9rem);
		z-index: 999;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.j-header .content .left .sidenav.moved {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.j-header .content .left .sidenav.moved li.items span {
		transform: perspective(100px) rotateX(0) translateZ(24px) scale(1);
		transition: all .4s;
		opacity: 1;
	}

	.j-header .content .left .sidenav li.sou {
		margin: 0 auto;
		width: 5.493rem;
		position: relative;
		margin-bottom: 10px;
	}

	.j-header .content .left .sidenav li.sou input.s1 {
		width: 4.493rem;
		height: 0.773rem;
		text-indent: 1.2em;
		border: 1px solid #c1c1c2;
		border-radius: 0.373rem;
		padding-right: 1rem;
		font-size: 16px;
	}

	.j-header .content .left .sidenav li.sou input.s2 {
		width: 0.5333333333333333rem;
     	height: 0.5333333333333333rem;
		top: 0.35em;
		right: 2.2em;
		position: absolute;
		text-indent: 0.5em;
		background: url(../images/ico7.png) left top no-repeat;
		background-size: 100% auto;
	}
	
	.j-header .content .left .sidenav li.sou input.s2#submitButton {
		opacity: 0;
	}

	.j-header .content .left .sidenav li.items {
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: 1.6em;
		text-indent: 1.2em;
		border-bottom: 1px solid #c9c9ca;
		text-align: left;
		width: 100%;
	}

	.j-header .content .left .sidenav li.items:last-child {
		border-bottom: none;
	}

	.j-header .content .right {
		display: none;
	}

	/* banner */
	.j-banner1-mob {
		display: block;
		margin-top: 20px;
	}

	.j-banner1-mob img {
		max-width: 100%;
		height: auto;
	}

	.j-banner1-gun-mob {
		display: block;
		margin-top: 20px;
	}

	.j-banner1-gun-mob .swiper-container {
		width: 10rem;
		height: 4rem;
	}

	.j-banner1-gun-mob .swiper-container img {
		max-width: 100%;
		max-height: 100%;
	}

	/* p1 */
	.j-tit0 {
		padding: 20px 0;
	}
	
	.j-tit0 h1 {
		width: 9.2rem;
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
		line-height: 1.6;
	}

	.j-p1 {
		border-bottom: none;
	}

	.j-p1 .left {
		float: none;
		width: 10rem;
	}

	.j-p1 .left .pic1 {
		width: 10rem;
		height: 6.666666666666667rem;
	}

	.j-p1 .left .pic1 .swiper-container .slide-con p.text {
		height: auto;
		line-height: normal;
		text-indent: 0;
		padding: 0.3rem 0.3rem;
	}

	.j-p1 .left .pic1 .swiper-container .slide-con img {
		width: 100%;
		height: 100%;
	}
	
	.j-p1 .left .pic1 .pagination1 {
		bottom: 0;
	}

	.j-p1 .left .banner1,
	.j-p1 .left .banner2 {
		display: none;
	}

	.j-p1 .right {
		float: none;
		width: 10rem;
	}

	.j-p1 .right ul.list {
		height: auto;
		overflow: visible;
		width: 9.2rem;
		margin: 0 auto;
	}

	.j-p1 .right ul.list li.items {
		font-weight: bold;
	}

	/* p2 */
	.j-items,
	.j-items386 {
		width: 10rem;
		height: auto;
		position: static;
	}

	.j-items img,
	.j-items386 img {
		width: 100%;
		height: 100%;
	}

	.j-items span.bg,
	.j-items386 span.bg {
		display: none !important;
	}

	.j-items p.text,
	.j-items386 p.text {
		position: static;
		display: block;
		padding: 1.5% 3% 0 3%;
		color: #333;
		font-weight: bold;
		font-size: 18px;
	}

	.j-items p.text a,
	.j-items386 p.text a {
		color: #333;
	}

	.j-p2 .left-wrap {
		float: none;
		width: 10rem;
	}

	.j-p2 .left-wrap .wrap .left,
	.j-p2 .left-wrap .wrap .right {
		width: 10rem;
		border-left: none;
	}

	.j-p2 .left-wrap .wrap .left h3.tit,
	.j-p2 .left-wrap .wrap .right h3.tit {
		margin-left: auto;
		padding-left: 0;
	}

	.j-p2 .left-wrap .wrap .left .pic .j-items,
	.j-p2 .left-wrap .wrap .right .pic .j-items {
		margin-left: 0;
	}

	.j-p2 .left-wrap .wrap h3.tit {
		width: 9.2rem;
		margin: 0 auto;
	}

	.j-p2 .left-wrap .wrap .pic {
		height: auto;
	}

	.j-p2 .left-wrap .wrap ul.list {
		width: 9.2rem;
		margin: 20px auto;
	}

	.j-p2 .left-wrap .wrap ul.list li.items {
		font-size: 18px;
		white-space: normal;
	}

	.j-p2 .right-wrap {
		float: none;
		width: 10rem;
	}

	.j-p2 .right-wrap h3.tit,
	.j-p2 .right-wrap .list {
		width: 9.2rem;
		margin: 0 auto;
	}

	.j-p2 .right-wrap h3.tit li.items,
	.j-p2 .right-wrap .list li.items {
		font-weight: bold;
	}

	.j-p2 .right-wrap .sheet li.items img {
		width: 9.333333333333334rem;
		height: auto;
	}

	.j-p2 .right-wrap .pic img {
		width: 9.333333333333334rem;
		height: auto;
		}

	.j-p2 .right-wrap .ph-content {
		width: 9.2rem;
		margin-left: auto;
		margin-right: auto;
	}

	.j-p3 h3.tit {
		width: 9.2rem;
		margin: 0 auto;
	}

	.j-p3 .sheet {
		width: 10rem;
	}

	.j-p3 .sheet li.items {
		width: 4.6rem;
		margin: 5px 0 0 0.26rem;
	}

	.j-p3 .sheet li.items:nth-child(4n + 1) {
		margin-left: 0.26rem;
	}

	.j-p3 .sheet li.items span.scale-img {
		height: auto;
	}

	.j-p3 .sheet li.items span.scale-img img {
		width: 100%;
		height: auto;
	}

	.j-p4 h3.tit {
		width: 9.2rem;
		margin: 0 auto;
	}

	.j-p4 .left {
		width: 10rem;
	}

	.j-p4 .left::after {
		top: 55%;
	}

	.j-p4 .left img {
		width: 100%;
		height: 6.666666666666667rem;
	}

	.j-p4 .left span.text {
		width: 9.2rem;
		margin: 0 auto;
	}

	.j-p4 .right {
		width: 10rem;
	}

	.j-p4 .right li.items {
		width: 4.6rem;
		margin: 5px 0 0 0.26rem;
	}

	.j-p4 .right li.items:nth-child(2n+1) {
		margin-left: 0.26rem;
	}

	.j-p4 .right li.items img {
		width: 100%;
		height: 3.1066666666666665rem;
	}

	.j-p5 .left,
	.j-p5 .center,
	.j-p5 .right {
		width: 10rem;
	}

	.j-p5 .left h3.tit,
	.j-p5 .center h3.tit,
	.j-p5 .right h3.tit {
		width: 9.2rem;
		margin: 0 auto;
	}

	.j-p5 .left .pic,
	.j-p5 .center .pic,
	.j-p5 .right .pic {
		height: 6.666666666666667rem;
	}

	.j-p5 .left ul.list,
	.j-p5 .center ul.list,
	.j-p5 .right ul.list {
		width: 9.2rem;
		margin: 10px auto 20px auto;
	}

	.j-p5 .left ul.list li.items,
	.j-p5 .center ul.list li.items,
	.j-p5 .right ul.list li.items {
		font-weight: bold;
	}

	.j-p5 .center,
	.j-p5 .right {
		margin-left: 0;
		border-left: none;
	}

	.j-p5 .center h3.tit,
	.j-p5 .right h3.tit {
		padding-left: 0;
		border-left: none;
	}

	.j-p5 .center .pic,
	.j-p5 .right .pic {
		width: 10rem;
		border-left: none;
		border-right: none;
		margin: 0 auto;
		height: auto;
	}
	
	.j-bottom {
		padding: 20px 0;
		margin-top: 0;
	}

	.j-bottom .link {
		width: 9.2rem;
		margin: 0 auto;
	}

	.j-bottom .link strong.tit {
		width: 100%;
		text-align: left;
	}

	.j-bottom .link .txt {
		width: 95%;
	}

	/* d2 */
	.j-d2nav .route {
		background: #f5f5f7;
    	padding: 10px 0.4rem;
		line-height: 21px;
	}

	.j-d2nav .route a {
		margin: 0 1px 0 1px;
	}

	.j-d2txt-tit,
	.j-d2txt,
	.j-d2txt p img,
	.j-d2txt td img,
	.j-d2txt video,
	.j-d2txt .pic img,
	.j-d2txt p img,
	.j-d2txt .pic table td img {
		max-width: 9rem;
		margin: 20px auto 0 auto;
		object-fit: cover;
    	height: auto;
	}
	
	.j-d2txt {
		margin-top: 10px;
	}
	
	.j-d2txt .pic table {
		width: 10rem;
	}
	
	.j-d2txt .pic table td {
		text-align: left;
	}
	
	.j-d2txt p video {
		max-width: 100%;
	}
	
	.j-d2txt-tit h1 {
		font-size: 25px;
		line-height: 30px;
	}
	
	.j-d2txt-tit .origin {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.j-d2txt-pic,
	.j-d2txt-news {
		width: 9rem;
		margin: 0 auto;
	}
	
	.j-d2txt-pic {
		margin-top: 20px;
	}

	.j-d2txt-pic ul.sheet li.items {
		width: 100%;
	}

	.j-d2txt-pic ul.sheet li.items img {
		float: left;
		width: 40%;
		height: auto;
		margin-right: 18px;
	}

	.j-d2txt-news {
		margin-top: 30px;
	}

	.j-d2tu #tiles li {
		width: 100%;
		border: none;
		padding: 0;
		text-align: center;
		float: none;
		background: none;
		left: 0 !important;
	}

	.j-d2tu #tiles li img {
		width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.j-d2tu #tiles li p.tc {
		font-size: 18px;
		margin-top: 7px;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		line-height: 140%;
		text-align: center;
	}
	
	.pages {
		padding: 20px 0 20px 0;
		font-size: 16px;
		overflow: inherit;
	}
	
	.pages a {
		margin: 0 2px;
		padding: 5px 7px;
	}
	
	.pages_t span {
		display: block;
		margin-top: 20px;
	}
	
	.j-video {
		width: 9.2rem;
		margin-left: auto;
		margin-right: auto;
	}

	.j-video ul.list li.items {
		float: none;
		width: 100%;
		height: auto;
		margin-left: 0;
		font-size: 18px;
		margin-top: 20px;
	}

	.j-video ul.list li.items img {
		width: 100%;
		height: auto;
	}
	
	.j-video ul.list li.items::before {
		top: 45%;
	}

	.j-d2tuwen .left {
		width: 9.2rem;
		margin-left: auto;
		margin-right: auto;
	}

	.j-d2tuwen .left h3.tit {
		font-size: 24px;
		margin-top: 20px;
	}
	
	.j-d2tuwen .left .list span.pic {
		width: 40%;
		max-height: 120px;
	}

	.j-d2tuwen .left .list {
		padding: 15px 0;
	}

	.j-d2tuwen .left .list img {
		width: 90%;
	}

	.j-d2tuwen .right,
	.j-d2review .left .list-nav {
		display: none;
	}

	.j-d2review .left .list {
		width: 9.2rem;
		margin-left: auto;
		margin-right: auto;
	}

	.j-d2review .left .list li.items {
		font-size: 16px;
	}
	
	.j-back-ico {
		position: fixed;
		_position: absolute;
		display: block;
		width: 30px;
		right: 3%;
		_right: -52px;
		bottom: 15%;
		z-index: 99;
	}
	
	.go-top {
		background: url(../images/home.png) no-repeat;
		width: 30px;
		height: 30px;
		display: block;
		margin-top: 20px;
	}
	
	.j-change {
		display: block;
		width: 9rem;
		margin: 30px auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
	}
	
    .languageBox {
		position: relative;
		display: block;
	}
	
    .languageBox ul {
		position: absolute;
		bottom: 49px;
		left: 0;
		width: 100%;
		display: none;
		z-index: 1000;
	}
	
    .languageBox ul li {
		height: 43px;
		font-size: 16px;
		width: 98.5%;
		line-height: 43px;
		text-align: center;
		border: 1px solid #e5e5e5;
		border-bottom: none;
		background: #fff;
	}
	
    .languageBox span,
	.j-btn1 span {
		cursor: pointer;
		background: #c12828;
		height: 50px;
		display: flex;
		color: #fff;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		padding: 0 20px;
	}
	
    .languageBox span i {
		background: url(../images/ico10.png) no-repeat;
		width: 22px;
		height: 12px;
		margin-top: 18px;
		margin-left: 5px;
	}
	
    .j-btn1 i {
		background: url(../images/pc.png) no-repeat;
		width: 29px;
		height: 28px;
		margin-top: 9px;
		margin-right: 5px;
		background-size: 100% auto;
	}
	
	#pc-add {
		display: none;
	}
	
	#d2-main {
		width: 9.2rem;
	}
	
	
	
}